home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / fp067.zip / PCBTEST.BAT < prev    next >
DOS Batch File  |  1992-06-03  |  806b  |  23 lines

  1. REM      This Batch file set up for use with F-Probe v. 0.67ß.
  2.  
  3. REM      Execute F-Probe.
  4. c:\F-Probe\F-Probe c:\F-Probe\F-Probe.cfg %1
  5.  
  6. REM      Add result message to file directory.  Optional feature.
  7. REM      If you use PCBDESC.EXE, it must precede this block of commands.
  8. copy %3+c:\F-Probe\F-Probe.res c:\F-Probe\F-Probe.des
  9. copy c:\F-Probe\F-Probe.des %3
  10.  
  11. REM      Disposition of upload which failed tests.  Optional feature.
  12. REM      This "moves" all marked files in upload directories to badfiles
  13. REM      subdirectory.
  14. cd c:\pcb\files\uploads
  15. if exist *.!!? copy *.!!? c:\f-probe\badfiles
  16. if exist *.!!? del *.!!?
  17. cd c:\pcb\files\privul
  18. if exist *.!!? copy *.!!? c:\f-probe\badfiles
  19. if exist *.!!? del *.!!?
  20. REM       Restore original node directory.
  21. cd c:\pcb\node%pcbnode%
  22.  
  23.